home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / domacnost a kancelar / autoit / autoit-v3-setup.exe / Examples / Helpfile / FileClose.au3 < prev    next >
Text File  |  2007-09-08  |  57b  |  4 lines

  1. $handle = FileOpen("test.txt", 0)
  2.  
  3. FileClose($handle)
  4.